home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_131_play head exploding = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  416 b   |  17 lines

  1. on exitFrame
  2.   puppetSprite(1, 0)
  3.   startTimer()
  4.   repeat with frvgybh = 1 to 12
  5.     preloadMember(member ("explode" & string(frvgybh * 8)))
  6.     updateStage()
  7.   end repeat
  8.   repeat while the timer < 97
  9.   end repeat
  10.   puppetSound(2, "explodeHead")
  11.   repeat with azsxrdtyfcgvbhu = 1 to 12
  12.     set the member of sprite 1 to "explode" & string(azsxrdtyfcgvbhu * 8)
  13.     updateStage()
  14.   end repeat
  15.   go(the frame + 1)
  16. end
  17.